runtime.iface.data (field)
7 uses
runtime (current package)
alg.go#L169: return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
alg.go#L171: return c1 * typehash(t, a.data, h^c0)
alg.go#L305: pdata = &a.data
alg.go#L383: return x.tab == y.tab && ifaceeq(x.tab, x.data, y.data)
print.go#L260: print("(", i.tab, ",", i.data, ")")
runtime2.go#L207: data unsafe.Pointer
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |